assignment operator

赋值运算符:一种用于将变量名所表示的存储位置中的值设置为特定值的运算符。

常用释义

词性释义

赋值运算符:一种用于将变量名所表示的存储位置中的值设置为特定值的运算符。
例句
  • 全部
1·Then, the assignment operator is called.
然后,调用赋值运算符。
2·Copy constructor or assignment operator?
复制构造函数或赋值操作符?
3·So you don't have to use the assignment operator.
所以你并不需要使用赋值运算符。
4·Everything to the left of the assignment operator.
赋值操作符左边的所有内容。
5·The assignment operator cannot be overloaded.
不能重载赋值运算符。
6·Everything to the right of the assignment operator.
赋值操作符右边的所有内容。
7·The equal sign is really called the "assignment operator."
那个等号其实是个“赋值运算符。”
8·So the assignment operator thus far makes copies of things.
所以到现在为止,赋值运算符复制了很多数据。
9·Break long assignments before the assignment operator.
在赋值操作符前将长表达式截断。
10·How to call to the copy constructor from the copy-assignment operator?
如何从复制赋值运算符调用复制构造函数?